Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web/test-runner-core

Package Overview
Dependencies
Maintainers
6
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-core

Web test runner core

  • 0.2.6
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

Web Test Runner Core

Core package for Web Test Runner. Managing running the tests. Has a modular architecture, delegating most of the work to separate implementations.

See @web/test-runner for a default implementation.

Browser launchers

Browser launchers boot up and control a browser instance. Implementations:

  • @web/test-runner-chrome
  • @web/test-runner-puppeteer
  • @web/test-runner-playwright
  • @web/test-runner-selenium (coming soon)
  • @web/test-runner-browserstack (coming soon)

Servers

The server serves the test code and files and communicates with the browser, returning configuration and receiving test results. Implementations:

Test framework

Test frameworks run the actual tests in the browser. Web test runner relies on existing test frameworks. Implementations

Further documentation is still a work in progress.

Keywords

FAQs

Package last updated on 10 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc